projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9400cd
)
Fix typo in comment (bug#13851).
author
Bastien Guerry
<bzg@gnu.org>
Sat, 2 Mar 2013 07:19:10 +0000
(08:19 +0100)
committer
Bastien Guerry
<bzg@gnu.org>
Sat, 2 Mar 2013 07:19:10 +0000
(08:19 +0100)
Thanks to Reuben Thomas for reporting this.
lisp/emacs-lisp/nadvice.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/nadvice.el
b/lisp/emacs-lisp/nadvice.el
index b0711fed26c51f824042aebf4a70c78e2b7833cc..0632c7d2fc06b16fe3142eac4023ec513a6a2356 100644
(file)
--- a/
lisp/emacs-lisp/nadvice.el
+++ b/
lisp/emacs-lisp/nadvice.el
@@
-23,7
+23,7
@@
;; This package lets you add behavior (which we call "piece of advice") to
;; existing functions, like the old `advice.el' package, but with much fewer
-;; bells an
s
whistles. It comes in 2 parts:
+;; bells an
d
whistles. It comes in 2 parts:
;;
;; - The first part lets you add/remove functions, similarly to
;; add/remove-hook, from any "place" (i.e. as accepted by `setf') that